Headers

interface Headers

Read-only non case sensitive HTTP headers.

Functions

contains
Link copied to clipboard
open operator fun contains(name: String): Boolean
Whether the value of name is set.
get
Link copied to clipboard
abstract operator fun get(name: String): String?
Get the value of a header.
toMap
Link copied to clipboard
abstract fun toMap(): Map<String, String>

Inheritors

MutableHeaders
Link copied to clipboard

Sources

js source
Link copied to clipboard